-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildDotNet: don't pin openssl_1_1 #214843
Conversation
@ofborg build baget |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of nixpkgs-review pr 214843
run on x86_64-linux 1
1 package blacklisted:
- tests.writers
3 packages failed to build:
- BeatSaberModManager
- baget
- python-language-server
48 packages built:
- ArchiSteamFarm
- alttpr-opentracker
- azure-functions-core-tools
- boogie (dotnetPackages.Boogie)
- btcpayserver
- btcpayserver-altcoins
- commitizen
- denaro
- depotdownloader
- discordchatexporter-cli
- dotnet-aspnetcore (dotnet-aspnetcore_6 ,dotnetCorePackages.aspnetcore_6_0)
- dotnet-aspnetcore_3 (dotnetCorePackages.aspnetcore_3_1)
- dotnet-aspnetcore_7 (dotnetCorePackages.aspnetcore_7_0)
- dotnet-runtime (dotnet-runtime_6 ,dotnetCorePackages.runtime_6_0)
- dotnet-runtime_3 (dotnetCorePackages.runtime_3_1)
- dotnet-runtime_7 (dotnetCorePackages.runtime_7_0)
- dotnet-sdk (dotnet-sdk_6 ,dotnetCorePackages.sdk_6_0)
- dotnet-sdk_3 (dotnetCorePackages.sdk_3_1)
- dotnet-sdk_7 (dotnetCorePackages.sdk_7_0)
- eventstore
- formula
- galaxy-buds-client
- github-runner
- inklecate
- jackett
- jellyfin
- jetbrains.rider
- lidarr
- marksman
- msbuild
- nbxplorer
- netcoredbg
- nuget-to-nix
- omnisharp-roslyn
- opentabletdriver
- osu-lazer
- pinta
- pre-commit
- prowlarr
- ps3-disc-dumper
- radarr
- roslyn
- ryujinx
- scarab
- vscode-extensions.ms-vsliveshare.vsliveshare
- wasabibackend
- wasabiwallet
- xivlauncher
BeatSaberModManager is already broken on master, baget and python-language-server are .NET core 3.1 packages (which is EOL upstream, but still used in nixpkgs). So I think .NET Core 3.1 requires OpenSSL 1.1, unless we can safely unpin it.
@@ -15,7 +15,7 @@ assert if type == "sdk" then packages != null else true; | |||
, autoPatchelfHook | |||
, makeWrapper | |||
, libunwind | |||
, openssl_1_1 | |||
, openssl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, openssl |
This argument is now unused.
Yeah, I think there was some fix related to that, that's why we have it pinned. I guess this PR can be merged after #202572 Since .NET 3.1 is EOL and to be removed anyway |
ec96526
to
42b76a7
Compare
42b76a7
to
ed6011b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should first wait for #202572
ed6011b
to
47e7025
Compare
@ofborg eval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of nixpkgs-review pr 214843
run on x86_64-linux 1
1 package blacklisted:
- tests.writers
51 packages built:
- ArchiSteamFarm
- BeatSaberModManager
- alttpr-opentracker
- azure-functions-core-tools
- boogie (dotnetPackages.Boogie)
- btcpayserver
- btcpayserver-altcoins
- commitizen
- commitizen.dist
- denaro
- depotdownloader
- discordchatexporter-cli
- dotnet-aspnetcore (dotnet-aspnetcore_6 ,dotnetCorePackages.aspnetcore_6_0)
- dotnet-aspnetcore_7 (dotnetCorePackages.aspnetcore_7_0)
- dotnet-aspnetcore_8 (dotnetCorePackages.aspnetcore_8_0)
- dotnet-runtime (dotnet-runtime_6 ,dotnetCorePackages.runtime_6_0)
- dotnet-runtime_7 (dotnetCorePackages.runtime_7_0)
- dotnet-runtime_8 (dotnetCorePackages.runtime_8_0)
- dotnet-sdk (dotnet-sdk_6 ,dotnetCorePackages.sdk_6_0)
- dotnet-sdk_7 (dotnetCorePackages.sdk_7_0)
- dotnet-sdk_8 (dotnetCorePackages.sdk_8_0)
- eventstore
- formula
- galaxy-buds-client
- github-runner
- inklecate
- jackett
- jellyfin
- jetbrains.rider
- lidarr
- marksman
- msbuild
- nbxplorer
- netcoredbg
- nuget-to-nix
- omnisharp-roslyn
- opentabletdriver
- osu-lazer
- pinta
- pre-commit
- pre-commit.dist
- prowlarr
- ps3-disc-dumper
- radarr
- readarr
- roslyn
- ryujinx
- scarab
- wasabibackend
- wasabiwallet
- xivlauncher
Description of changes
Was done by me in b17c551, which is a bad commit (message).
Idk why this was/is needed.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes